home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / app-install / desktop / applications.menu < prev    next >
Text File  |  2009-10-12  |  4KB  |  169 lines

  1. <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
  2.  "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
  3.  
  4. <Menu>
  5.  
  6.   <Name>Applications</Name>
  7.   <Directory>X-GNOME-Menu-Applications.directory</Directory>
  8.  
  9.   <AppDir>.</AppDir>
  10.  
  11.   <!-- we disable those here, otherwise we see e.g. wine menus -->
  12.   <!-- Read standard .directory and .desktop file locations -->
  13.   <!-- <DefaultAppDirs/> -->
  14.   <!-- Read in overrides and child menus from applications-merged/ -->
  15.   <!-- <DefaultMergeDirs/> -->
  16.  
  17.   <DefaultDirectoryDirs/>
  18.  
  19.   <!-- Accessories submenu -->
  20.   <Menu>
  21.     <Name>Accessories</Name>
  22.     <Directory>Utility.directory</Directory>
  23.     <Include>
  24.       <And>
  25.         <Category>Utility</Category>
  26.         <!-- Accessibility spec must have either the Utility or Settings
  27.              category, and we display an accessibility submenu already for
  28.              the ones that do not have Settings, so don't display accessibility
  29.              applications here -->
  30.         <Not><Category>Accessibility</Category></Not>
  31.         <Not><Category>System</Category></Not>
  32.       </And>
  33.     </Include>
  34.   </Menu> <!-- End Accessories -->
  35.  
  36.   <!-- Accessibility submenu -->
  37.   <Menu>
  38.     <Name>Universal Access</Name>
  39.     <Directory>Utility-Accessibility.directory</Directory>
  40.     <Include>
  41.       <And>
  42.         <Category>Accessibility</Category>
  43.         <Not><Category>Settings</Category></Not>
  44.       </And>
  45.     </Include>
  46.   </Menu> <!-- End Accessibility -->
  47.  
  48.   <!-- Development Tools -->
  49.   <Menu>
  50.     <Name>Development</Name>
  51.     <Directory>Development.directory</Directory>
  52.     <Include>
  53.       <And>
  54.         <Category>Development</Category>
  55.       </And>
  56.       <Filename>emacs.desktop</Filename>
  57.     </Include>
  58.   </Menu> <!-- End Development Tools -->
  59.  
  60.   <!-- Education -->
  61.   <Menu>
  62.     <Name>Education</Name>
  63.     <Directory>Education.directory</Directory>
  64.     <Include>
  65.       <And>
  66.         <Category>Education</Category>
  67.         <Not><Category>Science</Category></Not>
  68.       </And>
  69.     </Include>
  70.   </Menu> <!-- End Education -->
  71.  
  72.   <!-- Science -->
  73.   <Menu>
  74.     <Name>Science</Name>
  75.     <Directory>GnomeScience.directory</Directory>
  76.     <Include>
  77.       <And>
  78.         <Category>Education</Category>
  79.         <Category>Science</Category>
  80.       </And>
  81.     </Include>
  82.   </Menu> <!-- End Science -->
  83.  
  84.   <!-- Games -->
  85.   <Menu>
  86.     <Name>Games</Name>
  87.     <Directory>Game.directory</Directory>
  88.     <Include>
  89.       <And>
  90.         <Category>Game</Category>
  91.       </And>
  92.     </Include>
  93.   </Menu> <!-- End Games -->
  94.  
  95.   <!-- Graphics -->
  96.   <Menu>
  97.     <Name>Graphics</Name>
  98.     <Directory>Graphics.directory</Directory>
  99.     <Include>
  100.       <And>
  101.         <Category>Graphics</Category>
  102.       </And>
  103.     </Include>
  104.   </Menu> <!-- End Graphics -->
  105.  
  106.   <!-- Internet -->
  107.   <Menu>
  108.     <Name>Internet</Name>
  109.     <Directory>Network.directory</Directory>
  110.     <Include>
  111.       <And>
  112.         <Category>Network</Category>
  113.       </And>
  114.     </Include>
  115.   </Menu>   <!-- End Internet -->
  116.  
  117.   <!-- Multimedia -->
  118.   <Menu>
  119.     <Name>Multimedia</Name>
  120.     <Directory>AudioVideo.directory</Directory>
  121.     <Include>
  122.       <And>
  123.         <Category>AudioVideo</Category>
  124.       </And>
  125.     </Include>
  126.   </Menu>   <!-- End Multimedia -->
  127.  
  128.   <!-- Office -->
  129.   <Menu>
  130.     <Name>Office</Name>
  131.     <Directory>Office.directory</Directory>
  132.     <Include>
  133.       <And>
  134.         <Category>Office</Category>
  135.       </And>
  136.     </Include>
  137.   </Menu> <!-- End Office -->
  138.  
  139.   <!-- System Tools-->
  140.   <Menu>
  141.     <Name>System</Name>
  142.     <Directory>System-Tools.directory</Directory>
  143.     <Include>
  144.       <And>
  145.         <Category>System</Category>
  146. <!--        <Not><Category>Settings</Category></Not> -->
  147.         <Not><Category>Game</Category></Not>
  148.       </And>
  149.     </Include>
  150.   </Menu>   <!-- End System Tools -->
  151.  
  152.   <!-- Other -->
  153.   <Menu>
  154.     <Name>Other</Name>
  155.     <Directory>X-GNOME-Other.directory</Directory>
  156.     <OnlyUnallocated/>
  157.     <Include>
  158.       <And>
  159.         <Category>Application</Category>
  160.         <Not><Category>Core</Category></Not>
  161. <!--        <Not><Category>Settings</Category></Not> -->
  162.         <Not><Category>Screensaver</Category></Not>
  163.       </And>
  164.     </Include>
  165.   </Menu> <!-- End Other -->
  166.  
  167.  
  168. </Menu> <!-- End Applications -->
  169.